home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2889 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: ix.netcom.com!netnews
  2. From: thepfeif@ix.netcom.com(Dennis Pfeiffer )
  3. Newsgroups: comp.lang.c
  4. Subject: Re: C on Turbo C++??
  5. Date: 24 Jan 1996 19:33:04 GMT
  6. Organization: Netcom
  7. Message-ID: <4e61hg$jcf@reader2.ix.netcom.com>
  8. References: <Pine.A32.3.91.960119092311.232146A-100000@musca.unm.edu> <4du6r4$ao9@redstone.interpath.net>
  9. NNTP-Posting-Host: sdx-ca11-16.ix.netcom.com
  10. X-NETCOM-Date: Wed Jan 24 11:33:04 AM PST 1996
  11.  
  12. In <4du6r4$ao9@redstone.interpath.net> softbase@mercury.interpath.net
  13. (Scott McMahan - Softbase Systems) writes: 
  14. >
  15. >Kermyt Grant Anderson (kganders@unm.edu) wrote:
  16. >
  17. >: Does anyone know if I would have any problems compiling C programs
  18. on 
  19. >: Turbo C++?
  20. >
  21. >I doubt it, since you can change it to compile ANSI (and K&R) C
  22. >and ignore all the C++ extensions and changes.
  23. >
  24. >Scott
  25. >
  26. I tried this and got an error that it could not find my include.h
  27. files, even though I am pointing to them in the directories menu. I am
  28. using TurboC++ 3.0.  Does anyone know why Turbo C++ 3.0 does not
  29. recognize this statement.  
  30.                    
  31.                     # include <iostream.h>
  32.  
  33.  
  34.